projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
396ae60
)
Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Nov 2001 19:16:10 +0000
(19:16 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Nov 2001 19:16:10 +0000
(19:16 +0000)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 4eb4b28e23a118bbb1bdab2b42070ee01ab30275..ce5ebb6faa6b27760d05f043b1e46ac37fa082f4 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-1503,7
+1503,7
@@
where FACE is a valid face specification, as it can be used with
(string= (buffer-name) "*scratch*")
;; Don't display startup screen if init file
;; has started some sort of server.
- (
process-list
)
+ (
null (process-list)
)
;; Don't display startup screen if init file
;; has inserted some text in *scratch*.
(= 0 (buffer-size)))